home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-09-28 | 1.6 KB | 70 lines | [TEXT/MPS ] |
- /* File: ControlKeyTest.r
-
- Description:
- routines for patching the ADB manager to simulate the control
- key being held down. This file contains a rez resource definitions
- for the file ControlKeyTest.
-
- Author: John Montbriand
-
- Copyright:
- Copyright © 1999 by Apple Computer, Inc.
- All rights reserved worldwide.
-
- Disclaimer:
- You may incorporate this sample code into your applications without
- restriction, though the sample code has been provided "AS IS" and the
- responsibility for its operation is 100% yours. However, what you are
- not permitted to do is to redistribute the source as "DSC Sample Code"
- after having made changes. If you're going to re-distribute the source,
- we require that you make it clear in the source that the code was
- descended from Apple Sample Code, but that you've made changes.
-
- Change History (most recent first):
- 27/8/99 created by John Montbriand
- */
-
- #include "Processes.r"
- #include "CodeFragments.r"
-
- include "ControlKeyTest.rsrc";
-
- include ":obj:ControlKeyPatch.rsrc";
-
- resource 'SIZE' (-1, purgeable) {
- reserved,
- ignoreSuspendResumeEvents,
- reserved,
- canBackground,
- needsActivateOnFGSwitch,
- backgroundAndForeground,
- dontGetFrontClicks,
- ignoreAppDiedEvents,
- is32BitCompatible,
- notHighLevelEventAware,
- localAndRemoteHLEvents,
- notStationeryAware,
- dontUseTextEditServices,
- reserved,
- reserved,
- reserved,
- 1024 * 40,
- 1024 * 40
- };
-
-
- resource 'cfrg' (0) {
- { kPowerPC,
- kFullLib,
- kNoVersionNum,
- kNoVersionNum,
- kDefaultStackSize,
- kNoAppSubFolder,
- kIsApp,
- kOnDiskFlat,
- kZeroOffset,
- kWholeFork,
- "ControlKeyTest"
- }
- };
-